home *** CD-ROM | disk | FTP | other *** search
/ The World of Computer Software / The World of Computer Software.iso / cadam_vp.zip / INSTALL.DAT < prev    next >
Text File  |  1992-01-06  |  3KB  |  162 lines

  1. @DefineProject
  2.      @Name        = "ViewPort+"  /* Product Textual Name:  */
  3.      @Version    = "3.10"
  4.      @Subdir      = "\\VPP\\"
  5.      @OutDrive    = C
  6.      @Group       = "A"
  7.      @Requires @HardDisk
  8. @EndProject
  9.  
  10. @Display
  11.      @Cls
  12.  
  13.      This program will install ViewPort+ Version @Version on your
  14.      computer system and verify the integrity of the distribution
  15.      disk.  You may press the [Esc] key at any time to abort the
  16.      installation.
  17.  
  18.  
  19.  
  20.  
  21.      @Pause
  22. @EndDisplay
  23.  
  24. @GetOutDrive
  25.      @Suppress A
  26.      @Suppress B
  27.      @CLS
  28.  
  29.      On which disk drive do you wish to install @Name:
  30.  
  31.  
  32.  
  33.  
  34.  
  35.  
  36.  
  37.  
  38.  
  39.  
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.      Use the [Up Arrow], [Down Arrow], [Pg Up], & [Pg Dn] keys to
  47.      move the bar to the disk drive you wish to install to and
  48.      then press the [Enter] key.
  49. @EndOutDrive
  50.  
  51. @If(@Removable == 0)
  52. @GetSubdir
  53.      @CLS
  54.      Now you need to specify the name of the destination subdirectory.
  55.      This is where the ViewPort+ program will be installed.
  56.  
  57.  
  58.      @PROMPT = " Which subdirectory ? "
  59. @EndSubdir
  60. @EndIf
  61.  
  62. @GetGroups
  63.      @CLS
  64.      Now you need to select the parts of @Name you wish to
  65.      install.
  66.  
  67.  
  68.  
  69.  
  70.  
  71.  
  72.  
  73.  
  74.      The Executable files and Support files are the only ones
  75.      required to run @NAME.  If you have at least 2 Mbytes
  76.      of free disk space you'll probably want to install every-
  77.      thing and then later erase the Example files & Test files
  78.      as you become more familiar with @Name.
  79.  
  80.  
  81.      Use the [Up Arrow], [Down Arrow], [Pg Up], & [Pg Dn] keys to
  82.      move the bar to the group you wish to install and then press
  83.      the [Enter] key.
  84.  
  85.      @SET A = "Install All Files"
  86.      @SET B = "The @Name EXEC & SUPPORT Files Only"
  87.      @SET C = "The @Name EXAMPLE & TEST Files Only"
  88.  
  89.  
  90.  
  91. @EndGroups
  92.  
  93. @DefineDisk
  94.      @LABEL = "Disk 1 - Programs"
  95.           @If ('a' [= @Group || 'b' [= @Group)
  96.                @File SUPPORT.ZIP
  97.                @File README.T
  98.                @File EXEC.ZIP
  99.                @File PKUNZIP.EXE
  100.                @File DEMO1.V
  101.                @File LOCKKEY2.COM
  102.                @File DEMO1.M
  103.                @File VPD.EXE
  104.           @EndIf
  105.  
  106.           @If ('a' [= @Group || 'c' [= @Group)
  107.                @File TESTFILE.ZIP
  108.                @File TEST-TIF.ZIP
  109.                @File EXAMPLES.ZIP
  110.           @EndIf
  111. @EndDisk
  112.  
  113.  
  114.  
  115. @SetAutoexec
  116.      @AskOverwrite
  117.      @Path="@Outdrive:@Subdir"
  118. @EndAutoexec
  119.  
  120. @Finish
  121.      @Cls
  122.      @ChDrive @OutDrive
  123.      @ChDir "@Subdir"
  124.      @System "PKUNZIP -O *"
  125.      @System "SETSHELL 1024"
  126.      @System "PAUSE"
  127.      @System "CFG"
  128.      @System "echo ECHO OFF >VIEWPORT.BAT"
  129.      @System "echo MODE LPT1:,,P >VIEWPORT.BAT"
  130.      @System "echo @OutDrive: >VIEWPORT.BAT"
  131.      @System "echo CD@Subdir >>VIEWPORT.BAT"
  132.      @System "echo @Outdrive:@Subdir\\LOCKKEY2 NUM:OFF >>VIEWPORT.BAT"
  133.      @System "echo SET VPP=@Outdrive:@Subdir >>VIEWPORT.BAT"
  134.      @System "echo SET VPPCFG=@Outdrive:@Subdir >>VIEWPORT.BAT"
  135.      @System "echo SET STATION=$01 >>VIEWPORT.BAT"
  136.      @System "echo @Outdrive:@Subdir\\VPD >>VIEWPORT.BAT"
  137.  
  138.  
  139.  
  140.  
  141.  
  142.  
  143.      @Name is now installed.  If you are using a mouse, the
  144.      Microsoft mouse driver supplied with your mouse should
  145.      be loaded in your AUTOEXEC.BAT file. If you don't have
  146.      a mouse, @Name can be operated with just the keyboard.
  147.  
  148.  
  149.      Type in VIEWPORT to start and use ViewPort+. 
  150.  
  151.  
  152.  
  153.  
  154.  
  155.  
  156.  
  157.      @Pause
  158.  
  159. @EndFinish
  160.  
  161. /* end-of file */
  162.